Focus on last entry in listbox

76

Focus on last entry in listbox -

this.ListBox1.Items.Add(new ListItem("Hello", "1"));
this.ListBox1.SelectedIndex = this.ListBox1.Items.Count - 1;

Comments

Submit
0 Comments